home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / GaugesDemo / TestObject.h < prev    next >
Text File  |  1992-12-19  |  456b  |  28 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface TestObject:Object
  7. {
  8.     id    barVert;
  9.     id    labelBarVert;
  10.     id    labelBarHoriz;
  11.     id    barHoriz;
  12.     id    pointerHoriz;
  13.     id    pointerVert;
  14.     id statusMatrix;
  15. }
  16.  
  17. - setBarVert:anObject;
  18. - setLabelBarVert:anObject;
  19. - setLabelBarHoriz:anObject;
  20. - setBarHoriz:anObject;
  21. - setPointerHoriz:anObject;
  22. - setPointerVert:anObject;
  23. - setStatusMatrix:anObject;
  24.  
  25. - overflowOccured:sender;
  26.  
  27. @end
  28.